home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000025_news@columbia.edu_Sat Dec 24 12:47:12 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA06573
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 25 Dec 1994 18:31:04 -0500
  3. Received: by apakabar.cc.columbia.edu id AA01631
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 25 Dec 1994 18:31:03 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!vixen.cso.uiuc.edu!news.uoregon.edu!netnews.nwnet.net!serval.net.wsu.edu!serval.net.wsu.edu.!chang
  7. From: chang@theta.math.wsu.edu (Ching Mo Chang)
  8. Subject: Re: Help! Strip high bit(MSKERMIT)
  9. In-Reply-To: jrd@cc.usu.edu's message of 18 Dec 94 19:24:47 MDT
  10. Message-Id: <CHANG.94Dec24044712@theta.math.wsu.edu>
  11. Sender: news@serval.net.wsu.edu (News)
  12. Organization: Washington State University
  13. References: <CHANG.94Dec16183135@theta.math.wsu.edu> <3cvkpa$i9d@apakabar.cc.columbia.edu>
  14.     <1994Dec18.192447.35700@cc.usu.edu>
  15. Date: Sat, 24 Dec 1994 12:47:12 GMT
  16. Lines: 33
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. Thanks for the Joe and Frank's replies to
  20.     my previous posting: Help! Strip high bit(MSKERMIT).
  21.  
  22. After the hints, I find out that using the following terminal setting, I can
  23. view Chinese in Big5 code when runing MSKERMIT in a Chinese DOS system.
  24.  
  25. set parity none
  26. set term bytesize 8
  27. set terminal character transparent  
  28.  
  29. Ching-Mo
  30.  
  31. >>>>> "Joe" == Joe Doupnik <jrd@cc.usu.edu> writes:
  32.  
  33.     Joe> ---------------- In terminal emulation mode the MS-DOS Kermit
  34.     Joe> command to change the high bit of bytes displayed by 8-bit
  35.     Joe> terminals (assuming a parity of NONE) is SET TERM DISPLAY
  36.     Joe> {7-BIT, 8-BIT}, or alternatively SET TERM BYTESIZE {same as
  37.     Joe> above}, or alternatively SET DISPLAY {same as above, plus
  38.     Joe> file transfer screen options} These are aliases of the same
  39.     Joe> command. Use SHOW TERMINAL to see the active setting.  Joe D.
  40.  
  41. >>>>> "Frank" == Frank da Cruz <fdc@watsun.cc.columbia.edu> writes:
  42.  
  43.     Frank> MS-DOS Kermit does not explicitly support Chinese
  44.     Frank> characters, but it does support Japanese Kanji.  Depending
  45.     Frank> on the PC and host encodings for Chinese, maybe the
  46.     Frank> Japanese Kanji support might work for Chinese too.  The
  47.     Frank> Japanese Kanji support in MS-DOS Kermit 3.14 assumes Code
  48.     Frank> Page 982 ("Shift-JIS") on the PC, and different variations
  49.     Frank> of JIS X 0208 on the host.  JIS X 0208 is similar to
  50.     Frank> Chinese CAS GB 2312-80.
  51.